Rules of Practice II.1.c
Individual
http://proethica.org/ontology/nspe#II_1_c
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ↳ Code Provision (proethica-core)
- ∈ Rules of Practice II.1.c individual
Definition
Engineers shall not reveal facts, data, or information without the prior consent of the client or employer except as authorized or required by law or this Code.
Properties
Identifier
II.1.c
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.
establishes
Client Privacy, Confidentiality
partOfGuideline
NSPE Code Of Ethics
isPartOf
II 1
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nspe: <http://proethica.org/ontology/nspe#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
nspe:II_1_c a proeth-core:CodeProvision,
owl:NamedIndividual ;
rdfs:label "Rules of Practice II.1.c"@en ;
proeth-core:establishes <http://proethica.org/ontology/obligations#Client_Privacy>,
<http://proethica.org/ontology/principles#Confidentiality> ;
proeth-core:partOfGuideline nspe:NSPECodeOfEthics ;
dct:identifier "II.1.c" ;
dct:isPartOf nspe:II_1 ;
skos:definition "Engineers shall not reveal facts, data, or information without the prior consent of the client or employer except as authorized or required by law or this Code."@en .